home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 6
/
FM Towns Free Software Collection 6.iso
/
t_os
/
qa
/
qa_test.bat
next >
Wrap
DOS Batch File
|
1993-07-08
|
272b
|
17 lines
:start
run386 QA.exp -m 何を起動させますか? VYエディタ O太郎 3・2・1
if errorlevel 3 goto C
if errorlevel 2 goto B
if errorlevel 1 goto A
if errorlevel 0 goto end
goto start
:C
run386 test_321
goto end
:B
run386 test_ixw
goto end
:A
run386 test_vy
:end